Intersoft ClientUI Documentation
Action Property (WeakAction<T>)



Gets the Action associated to this instance.
Syntax
Public Shadows ReadOnly Property Action As Action(Of T)
Dim instance As WeakAction(Of T)
Dim value As Action(Of T)
 
value = instance.Action
public new Action<T> Action {get;}
public:
new property Action<T^>^ Action {
   Action<T^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WeakAction<T> Class
WeakAction<T> Members

Send Feedback